ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / GetMaximumSupportedFeatureLevel Method / GetMaximumSupportedFeatureLevel(FeatureLevel[],Int32) Method

In This Topic
    GetMaximumSupportedFeatureLevel(FeatureLevel[],Int32) Method
    In This Topic
    HRESULT ID2D1EffectContext::GetMaximumSupportedFeatureLevel([In, Buffer] const D3D_FEATURE_LEVEL* featureLevels,[In] unsigned int featureLevelsCount,[Out] D3D_FEATURE_LEVEL* maximumSupportedFeatureLevel)
    Syntax
    'Declaration
     
    Public Overloads Function GetMaximumSupportedFeatureLevel( _
       ByVal featureLevels() As FeatureLevel, _
       ByVal featureLevelsCount As Integer _
    ) As FeatureLevel
    public FeatureLevel GetMaximumSupportedFeatureLevel( 
       FeatureLevel[] featureLevels,
       int featureLevelsCount
    )

    Parameters

    featureLevels
    featureLevelsCount
    See Also